All Questions
Tagged with plottingdata-analysis
5 questions
1vote
0answers
17views
Plotting related multiple plots sharing an axis but each disjoint from each other
I want to plot related multiple plots sharing an axis but each disjoint from each other, i.e., same x-axis feature and scale but each of the other features has their own separate y-axis region with it'...
1vote
1answer
74views
Hi, im currently working for a company that has some inventory control problems
First, I was asked by the manager to make a plot showing produced vs received items, its a multistage process so we are only in charge of one of the steps which is designing, I made the plot comparing ...
0votes
2answers
40views
3D visualisation and post analysis tool
I am looking for a 3D plotting and post analysis tool, specifically which can generate figures like the following. It is preferred the tool has a Linux distribution. The figure is copied from here.
0votes
1answer
98views
Plot misclassfied values in matplotlib
I have two lists. One is target and another is predicted values in a binary classification. The target is always zero. And I have to plot the results of the prediction against target in such a way, ...
1vote
1answer
523views
How to make a Power Spectral Density Plot in R
I have a time series point process representing neuron spikes. I have computed and plotted autocovariance using acf but now I need to plot the Power Spectral ...